#include <tools/prxtypes.h>
Data Fields | |
| PspLibExport * | prev |
| Previous export in the chain. | |
| PspLibExport * | next |
| Next export in the chain. | |
| char | name [PSP_LIB_MAX_NAME] |
| Name of the library. | |
| u32 | addr |
| Virtual address of the lib import stub. | |
| PspModuleExport | stub |
| Copy of the import stub (in native byte order). | |
| PspEntry | funcs [PSP_MAX_F_ENTRIES] |
| List of function entries. | |
| int | f_count |
| Number of function entries. | |
| PspEntry | vars [PSP_MAX_V_ENTRIES] |
| List of variable entried. | |
| int | v_count |
| Number of variable entires. | |
|
|
Virtual address of the lib import stub.
|
|
|
Number of function entries.
|
|
|
List of function entries.
|
|
|
Name of the library.
|
|
|
Next export in the chain.
|
|
|
Previous export in the chain.
|
|
|
Copy of the import stub (in native byte order).
|
|
|
Number of variable entires.
|
|
|
List of variable entried.
|
1.4.6